Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1SelectManyDataCollection<S,T> Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (C1SelectManyDataCollection<S,T>)
    In This Topic
    Returns an enumerator that iterates through the collection.
    Syntax
    'Declaration
     
    
    Public Function GetEnumerator() As IEnumerator(Of T)
    public IEnumerator<T> GetEnumerator()
    See Also